|
POSITION PARTICLES
This command will position a particles object in 3D world space.
POSITION PARTICLES Particle Number, X, Y, Z
POSITION PARTICLES Particle Number, Vector
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value
This command does not return a value.
By moving a particles object you will be moving at the same time every particle that belongs to the particles object. To create the effect of trails, see POSITION PARTICLE EMISSIONS command.
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
do
loop
delete particles 1
end
PARTICLES Commands Menu
Index
|